Project 2 - Sudoku Game (cont.)


Project 2 is a continuation of Project 1 that added a Test-Driven Development (TDD) and an Iteration 2 cycle that mainly focused on incorporating Design Patterns into the design and implementation of the code.


gameScreen.PNG

Below are links to the two main sections of this project:

Conclusion

Project 2 seemed to go smoothly compared to Project 1. While I disagree with the author on when to write test for the code, the fundamental fact of needing to test the software is well-made. Design Patterns are also important when designing a project. Anytime code can be reused and handled in one location inside of many, it makes it easier to program.